/* For alll */
* {
    margin: auto 0 !important;
	font-family: HelvNeueOrange, Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}
.container2 {
    margin: 0 auto !important; 
    width: 95%;
}
.container-home { 
    margin: 0 auto !important; 
    max-width: 920px;
}
.container-admin { 
    margin: 0 auto !important; 
    width: 100%;
}
.container-identification {
    height: 100%;
}
.identification-elements {
    margin: auto !important;
    width: 85%;
    max-width: 640px;
    border-radius: 10px;
    background-color: #D3D3D3;
}

.fc-col-header-cell-cushion {
	font-size: 0.65em !important;
}
.fc-toolbar-title {
	font-size: 0.9em !important;
}
.fc-button {
	padding: 3px !important;
}

.mb-3 {
    margin-bottom: 0.5rem !important;
}

.orange {
    color: #f16e00;
    font-weight: bold;
}
.blanc {
    color: #fff;
}
.vert {
    color: #32c832;
    font-weight: bold;
}
.rouge {
    color: #cd3c14;
    font-weight: bold;
}
.bg-grey {
    background-color: #333;
}
li {
    list-style: none;
}

.flex {
    display: flex;
}
/* Aligner radio */
/* .document {
    display: grid;
    grid-template-columns: 1fr 1fr;
} */

.document {
    display: flex;
    flex-wrap: wrap;
}

.document a {
    transition-duration: NaNs !important
}

.document>div {
    flex: 0 0 auto;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 2.5rem;
    text-align: center;
    padding-top: 0.5rem;
    margin: 0;
    font-family: HelvNeueOrange, Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.25;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

/* Le haut */
.haut-nav {justify-content: space-between;}
/* .haut-nav-1 {padding: 0 1.5rem !important;} */

.haut-date h3 {
    padding-right: 0.5rem;
    text-align: end;
}
.admin-etat {
    text-align: end;
    text-decoration: dashed;
}
.text-dashed {
    text-decoration: dashed !important;
}
.haut-small {
	font-size: x-small;
	line-height : 1 !important;
}
/* etat */
.etat {
	display: flex;
	flex-direction: row;
    border-radius: 10px;
    /* border: #333 7px solid; */
    box-shadow: 7px 0px 0px 0px rgba(37, 37, 36, 0.3);
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
}

.etat-tab {
	display: flex;
	flex-direction: row;
    border-radius: 10px;
    box-shadow: 7px 0px 0px 0px rgba(37, 37, 36, 0.3);
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
}

.etat-etat {
    height: 12vh;
    max-width: 40%;
	display: flex;
    flex-grow: 2;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
    background-color: #D3D3D3;
}
.etat-etat h1, .etat-infos-heure{
    font-size: large;
    font-weight: bolder;
}
.etat-infos {
	height: 11vh;
    max-width: 60%;
	overflow: auto;
	display: flex;
	flex-direction: column;
    flex-grow: 3;
	justify-content: center;
    align-items: center;
}
.etat-infos-tab {
	height: 11vh;
    max-width: 50%;
	display: flex;
	flex-direction: column;
    flex-grow: 3;
	justify-content: center;
    align-items: center;
}

.etat-infos-libre {
    font-size: large;
}
.etat-infos-organisateur {
    opacity: 0.7;
	font-size: small;
}
/* body */
.new-form {
    height: 50vh;
    overflow: auto;
}
.fc-view-harness {
    height: 45vh !important;
}
/* .new-form {
    Enlever la bar de defilement pour IE & Firefox
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.new-form::-webkit-scrollbar{
    Pour chrome
    display: none;
} */

/* bas */
.bas-icon {
    margin: 0.1rem 0.5rem !important;
}
.fc-button {
    background-color: #D3D3D3 !important;
}
.rect-orange {
    background-color: #000;
    color: #f16e00;
    padding: 1rem;
}
.form-group {
    margin: 0.5rem 0 !important;
}
/* Modal */
.modal-dialog-centered {
    margin: auto auto !important;
}
.height-1 {
    height: 2px;
}

.h-1 {
    height: 1px;
    background-color: lightgray;
}

/* 13032024 pour toutes les directions */
.radius-milieu {
    border-radius: 50% !important;
}

.container-tablette {
    border-radius: 7px;
    /* border: 2px solid grey; */
    /* box-shadow: 5px 7px 7px 5px rgba(37, 37, 36, 0.2); */
}
.bas-row {
    display: grid;
    grid-template-columns: max-content 1fr;
}
.bas-border {
    border-radius: 7;
    border: 1px solid #f16e00;
}
.bold {
    font-weight: bold;
}
.events-title {
    height: 100%;
    display: flex;
    border-radius: 0 0 50% 0;
    /* border-radius: 50%; */
}
.events-title h3 {
    margin: auto 0 !important;
}
.scroll-tab {
    height: 100%;
}

/* Alert */
.alert { 
    margin: 0 auto !important;
    width: 95%;
    max-width: 920px;
}

/* ///////////////////////////// */

/* Tablette */
@media screen and (min-width: 800px) {
    .container-home, .container-admin { 
        display: grid;
        grid-template-columns: 1fr 3fr;
    }
    .container-tablette { 
        display: grid;
        grid-template-columns: 3fr 1fr;
    }
    .container-home .fc-view-harness, .container-admin .fc-view-harness {
        height: 65vh !important;
    }
    .container-tablette .fc-view-harness {
        height: 84vh !important;
    }
    .new-form, .login-form {
        height: 70vh;
    }
    .etat {
        margin: 0 1rem 0 0 !important;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 7px 0px 0px rgba(37, 37, 36, 0.3);
    }
    .etat-tab {
        margin: 0 0 0 0.5rem !important;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 7px 0px 0px rgba(37, 37, 36, 0.3);
    }

    .etat-etat {
        max-width: 100%;
        flex-grow: 1;
        border-radius: 0 0px 10px 10px;
    }

    .etat-infos {
		height: 50vh;
        max-width: 100%;
		overflow: auto;
        display: flex;
        flex-direction: column;
        flex-grow: 2;
        justify-content: center;
        align-items: center;
    }
    .etat-infos-tab {
		height: 75vh;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 2;
        justify-content: center;
        align-items: center;
    }
    .etat-infos h2, .etat-infos-tab h2 {
        margin: 0 !important;
    }
}

